home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3380 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  2.0 KB

  1. Path: gidora.kralizec.net.au!root
  2. From: Ross McKay <rosko@zeta.org.au>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Text based GUI under Watcom
  5. Date: Wed, 24 Jan 1996 00:32:20 -0800
  6. Organization: Soft Technologies
  7. Message-ID: <3105EE94.43AB@zeta.org.au>
  8. References: <4dvigf$ons@neptune.cs.trinity.edu>
  9. NNTP-Posting-Host: dialup41.syd1.zeta.org.au
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b3 (Win16; I)
  14.  
  15. Megaman wrote:
  16. > Hello,
  17. > Can anyone tell me the best way to create a quick text based GUI under
  18. > Watcom 10.5 for a DOS application that I am writing for a class of mine
  19. > It does not need to be spectacular.  I just need two "areas" to display two
  20. > lists of data, and scroll through them, and a set of buttons in-between
  21. > those lists.  That is about it.  Any help would be GREATLY appreciated.
  22. > Thanks,
  23. > Thomas
  24. > Trinity University
  25. > --
  26. > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  27. > "Hakuna Matata" - it means no worries. - "C'est la vie"
  28. > Computer Science Major
  29. > 3D Graphics Interests
  30. > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  31.  
  32. A slightly over-the-top "best" is to use Zinc, and application
  33. framework that will give you the added benefit of being able
  34. to port your code to: Windoze, OS/2, Mac, X/Motif, Nextstep
  35.  
  36. Also, rather nice implementation of event-driven programming.
  37.  
  38. Why "slighty over-the-top" ? Well, you could probably get sufficient
  39. GUI style functionality much more simply. (so what does best mean ;-)
  40. -- 
  41. ------------------------------------------------------------------
  42. Ross McKay        | snail: GPO Box 562, Sydney NSW 2001 Australia
  43. Soft Technologies | email: mailto:rosko@zeta.org.au
  44. Sydney, Australia |   URL: http://www.zeta.org.au/~rosko
  45. ------------------------------------------------------------------
  46. The opinions expressed are my own, not those of Soft Technologies.
  47.     "The beatings will continue, until staff morale improves."
  48.